home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / sample / getopt / options.tg < prev   
Text File  |  2002-12-18  |  172b  |  7 lines

  1. @use "opdef.tg"
  2. @  $init()    
  3. @  $option( 'v', 'i', 'op_verbose', 0 )
  4. @  $option( 'd', 'i', 'op_debug', 0 )
  5. @  $option( 'o', 's', 'op_output', '"stdout"' )
  6. @  $main()    
  7.